home *** CD-ROM | disk | FTP | other *** search
/ Guide to Astrology / Guide to Astrology.iso / astro_20 / catalog.bat < prev    next >
DOS Batch File  |  1995-12-30  |  3KB  |  91 lines

  1. echo off
  2. rem Copy CATALOG, or appropriate REPORT or CHART file to LPT1:
  3. rem CATALOG.DOC, PN.RPT, INT.RPT, NUMRW.RPT, RELRW.RPT, NUM.CHT
  4. if "%1"=="C" goto cat
  5. if "%1"=="c" goto cat
  6. if "%1"=="P" goto pn
  7. if "%1"=="p" goto pn
  8. if "%1"=="I" goto int
  9. if "%1"=="i" goto int
  10. if "%1"=="N" goto numrw
  11. if "%1"=="n" goto numrw
  12. if "%1"=="R" goto relrw
  13. if "%1"=="r" goto relrw
  14. if "%1"=="U" goto num
  15. if "%1"=="u" goto num
  16. cls
  17. echo  
  18. echo     ┌───────────────────────────────────────────────────────────┐
  19. echo     │                                                           │
  20. echo     │               P R O D U C T   C A T A L O G               │
  21. echo     │                                                           │
  22. echo     └───────────────────────────────────────────────────────────┘
  23. echo  
  24. echo     We offer a full family of numerology software for both 
  25. echo     Personal and Professional use. A complete Catalog as well as 
  26. echo     full length report samples from each of the programs can be
  27. echo     printed by entering the command:
  28. echo  
  29. echo                             CATALOG X
  30. echo     where:
  31. echo  
  32. echo     X is C for Catalog of Numerology Programs & Books (7 pages)
  33. echo     X is P for a sample from Personal Numerologist (8 pages)
  34. echo     X is I for a sample from Intimacy (8 pages)
  35. echo     X is N for a sample from Numerologist Report Writer (14 pages)
  36. echo     X is R for a sample from Relationship Report Writer (16 pages)
  37. echo     X is U for a sample from The Numerologist (5 pages)
  38. echo  
  39. echo     For example, to print Catalog, type CATALOG C and press ENTER.
  40. goto end
  41. :cat
  42. echo  
  43. echo Printing Catalog & Order Form. . .
  44. echo  
  45. copy catalog.doc lpt1:
  46. echo  
  47. echo Printing completed
  48. goto end
  49. :pn
  50. echo  
  51. echo Printing sample report from Personal Numerologist. . .
  52. echo  
  53. copy pn.rpt lpt1:
  54. echo  
  55. echo Printing completed
  56. goto end
  57. :int
  58. echo  
  59. echo Printing sample report from Intimacy. . .
  60. echo  
  61. copy int.rpt lpt1:
  62. echo  
  63. echo Printing completed
  64. goto end
  65. :numrw
  66. echo  
  67. echo Printing sample report from Numerologist Report Writer. . .
  68. echo  
  69. copy numrw.rpt lpt1:
  70. echo  
  71. echo Printing completed
  72. goto end
  73. :relrw
  74. echo  
  75. echo Printing sample report from Relationship Report Writer. . .
  76. echo  
  77. copy relrw.rpt lpt1:
  78. echo  
  79. echo Printing completed
  80. goto end
  81. :num
  82. echo  
  83. echo Printing sample chart from The Numerologist. . .
  84. echo  
  85. copy num.cht lpt1:
  86. echo  
  87. echo Printing completed
  88. goto end
  89. :end
  90. echo  
  91.